PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFSignatureLockFieldAction Class / getSignatureLockType Method
In This Topic
    getSignatureLockType Method
    In This Topic
    Gets the lock type.
    Syntax
    public PDFSignatureLockFieldMode getSignatureLockType()

    Return Value

    A PDFSignatureLockFieldMode which, in conjunction with com.o2sol.pdf4java.forms.PDFSignatureLockFieldAction.setFields(java.lang.String[]), indicates the set of fields that should be locked.
    See Also